{{if $selectyear == "2021"}}
2021年度は 2020 - 2021 の合算となります。
{{$selectyear = "2020-2021"}}
{{/if}}
{{if $selectyear == "2020"}}
2020年度は 2020 - 2021 の合算となり、以下のデータは2020年末までの参考データです。
{{$selectyear = "2020(-2021)"}}
{{/if}}
{{/if}} *}}
{{/foreach}}
{{$selectyear}}年度 男子ポイントランキング{{if $tc}}
{{$tc[0]["pro_name"]}}まで {{/if}}
{{$tc[0]["pro_name"]}}まで {{/if}}
順位 | No. | 氏名 | 期 | 所 属 | ポイント | Tピン | アベレージ | 獲得賞金 |
---|---|---|---|---|---|---|---|---|
{{$v.year_rank}} | {{if is_numeric(substr($v["pro_id"],5))}}{{intval(substr($v["pro_id"],5))}} {{else}}{{substr($v["pro_id"],5)}}{{/if}} | {{if ! (in_array($v["Pro.pro_type"], array('6','8','9','10')))}}{{$v["pro_name"]}} {{else}} {{$v["pro_name"]}} {{/if}} | {{preg_replace("/( | )/", "",($v["ki"]))}} | {{$v["year_point"]|number_format}} | {{$v["year_pin"]|number_format}} | {{if empty($v.year_ave)}} {{$V.year_ave}} {{else}} {{number_format($v.year_ave,2)}} {{/if}} | ¥{{$v["year_prize"]|number_format}} |
順位 | No. | 氏名 | ポイント | Tピン |
---|---|---|---|---|
{{$v.year_rank}} | {{if is_numeric(substr($v["pro_id"],5))}}{{intval(substr($v["pro_id"],5))}} {{else}}{{substr($v["pro_id"],5)}}{{/if}} | {{if ! (in_array($v["Pro.pro_type"], array('6','8','9','10')))}}{{$v["pro_name"]}} {{else}} {{$v["pro_name"]}} {{/if}} | {{$v["year_point"]|number_format}} | {{$v["year_pin"]|number_format}} |
{{$selectyear}}年度 女子ポイントランキング
{{if $td}}
{{$td[0]["pro_name"]}}まで {{/if}}
{{$td[0]["pro_name"]}}まで {{/if}}
順位 | No. | 氏名 | 期 | 所 属 | ポイント | Tピン | アベレージ | 獲得賞金 |
---|---|---|---|---|---|---|---|---|
{{$v.year_rank}} | {{if is_numeric(substr($v["pro_id"],5))}}{{intval(substr($v["pro_id"],5))}} {{else}}{{substr($v["pro_id"],5)}}{{/if}} | {{if ! (in_array($v["Pro.pro_type"], array('6','8','9','10')))}}{{$v["pro_name"]}} {{else}} {{$v["pro_name"]}} {{/if}} | {{preg_replace("/( | )/", "",($v["ki"]))}} | {{$v["year_point"]|number_format}} | {{$v["year_pin"]|number_format}} | {{if empty($v.year_ave)}} {{$v.year_ave}} {{else}} {{number_format($v.year_ave,2)}} {{/if}} | ¥{{$v["year_prize"]|number_format}} |

順位 | No. | 氏名 | ポイント | Tピン |
---|---|---|---|---|
{{$v.year_rank}} | {{if is_numeric(substr($v["pro_id"],5))}}{{intval(substr($v["pro_id"],5))}} {{else}}{{substr($v["pro_id"],5)}}{{/if}} | {{if ! (in_array($v["Pro.pro_type"], array('6','8','9','10')))}}{{$v["pro_name"]}} {{else}} {{$v["pro_name"]}} {{/if}} | {{$v["year_point"]|number_format}} | {{$v["year_pin"]|number_format}} |